*{
    margin: 0;
    padding: 0;
    list-style: none;
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
  }
  
  .row {
    --bs-gutter-x: 1.875rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }
  .row > * {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
  }
  
  .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  
  .row-cols-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  
  .row-cols-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  
  .row-cols-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  
  .row-cols-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  
  .row-cols-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  
  .row-cols-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  
  .row-cols-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  
  .col-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  
  .col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  
  .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  
  .col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  
  .col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  
  .col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  
  .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  
  .col-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  
  .col-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  
  .col-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  
  .col-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  
  .col-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  
  .col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  
  .offset-1 {
    margin-left: 8.33333333%;
  }
  
  .offset-2 {
    margin-left: 16.66666667%;
  }
  
  .offset-3 {
    margin-left: 25%;
  }
  
  .offset-4 {
    margin-left: 33.33333333%;
  }
  
  .offset-5 {
    margin-left: 41.66666667%;
  }
  
  .offset-6 {
    margin-left: 50%;
  }
  
  .offset-7 {
    margin-left: 58.33333333%;
  }
  
  .offset-8 {
    margin-left: 66.66666667%;
  }
  
  .offset-9 {
    margin-left: 75%;
  }
  
  .offset-10 {
    margin-left: 83.33333333%;
  }
  
  .offset-11 {
    margin-left: 91.66666667%;
  }
  
  .g-0,
  .gx-0 {
    --bs-gutter-x: 0;
  }
  
  .g-0,
  .gy-0 {
    --bs-gutter-y: 0;
  }
  
  .g-1,
  .gx-1 {
    --bs-gutter-x: 0.25rem;
  }
  
  .g-1,
  .gy-1 {
    --bs-gutter-y: 0.25rem;
  }
  
  .g-2,
  .gx-2 {
    --bs-gutter-x: 0.5rem;
  }
  
  .g-2,
  .gy-2 {
    --bs-gutter-y: 0.5rem;
  }
  
  .g-3,
  .gx-3 {
    --bs-gutter-x: 1rem;
  }
  
  .g-3,
  .gy-3 {
    --bs-gutter-y: 1rem;
  }
  
  .g-4,
  .gx-4 {
    --bs-gutter-x: 1.6rem;
  }
  
  .g-4,
  .gy-4 {
    --bs-gutter-y: 1.6rem;
  }
  
  .g-5,
  .gx-5 {
    --bs-gutter-x: 3rem;
  }
  
  .g-5,
  .gy-5 {
    --bs-gutter-y: 3rem;
  }
  
  .g-6,
  .gx-6 {
    --bs-gutter-x: 3.5rem;
  }
  
  .g-6,
  .gy-6 {
    --bs-gutter-y: 3.5rem;
  }
  
  .g-7,
  .gx-7 {
    --bs-gutter-x: 4rem;
  }
  
  .g-7,
  .gy-7 {
    --bs-gutter-y: 4rem;
  }
  
  .g-8,
  .gx-8 {
    --bs-gutter-x: 8rem;
  }
  
  .g-8,
  .gy-8 {
    --bs-gutter-y: 8rem;
  }
  
  .g-9,
  .gx-9 {
    --bs-gutter-x: 11rem;
  }
  
  .g-9,
  .gy-9 {
    --bs-gutter-y: 11rem;
  }
  
  @media (min-width: 576px) {
    .col-sm {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
    }
    .row-cols-sm-auto > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: auto;
    }
    .row-cols-sm-1 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 100%;
    }
    .row-cols-sm-2 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 50%;
    }
    .row-cols-sm-3 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 33.33333333%;
    }
    .row-cols-sm-4 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 25%;
    }
    .row-cols-sm-5 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 20%;
    }
    .row-cols-sm-6 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-sm-auto {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: auto;
    }
    .col-sm-1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 8.33333333%;
    }
    .col-sm-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-sm-3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 25%;
    }
    .col-sm-4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 33.33333333%;
    }
    .col-sm-5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 41.66666667%;
    }
    .col-sm-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 50%;
    }
    .col-sm-7 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 58.33333333%;
    }
    .col-sm-8 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 66.66666667%;
    }
    .col-sm-9 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 75%;
    }
    .col-sm-10 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 83.33333333%;
    }
    .col-sm-11 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 91.66666667%;
    }
    .col-sm-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 100%;
    }
    .offset-sm-0 {
      margin-left: 0;
    }
    .offset-sm-1 {
      margin-left: 8.33333333%;
    }
    .offset-sm-2 {
      margin-left: 16.66666667%;
    }
    .offset-sm-3 {
      margin-left: 25%;
    }
    .offset-sm-4 {
      margin-left: 33.33333333%;
    }
    .offset-sm-5 {
      margin-left: 41.66666667%;
    }
    .offset-sm-6 {
      margin-left: 50%;
    }
    .offset-sm-7 {
      margin-left: 58.33333333%;
    }
    .offset-sm-8 {
      margin-left: 66.66666667%;
    }
    .offset-sm-9 {
      margin-left: 75%;
    }
    .offset-sm-10 {
      margin-left: 83.33333333%;
    }
    .offset-sm-11 {
      margin-left: 91.66666667%;
    }
    .g-sm-0,
    .gx-sm-0 {
      --bs-gutter-x: 0;
    }
    .g-sm-0,
    .gy-sm-0 {
      --bs-gutter-y: 0;
    }
    .g-sm-1,
    .gx-sm-1 {
      --bs-gutter-x: 0.25rem;
    }
    .g-sm-1,
    .gy-sm-1 {
      --bs-gutter-y: 0.25rem;
    }
    .g-sm-2,
    .gx-sm-2 {
      --bs-gutter-x: 0.5rem;
    }
    .g-sm-2,
    .gy-sm-2 {
      --bs-gutter-y: 0.5rem;
    }
    .g-sm-3,
    .gx-sm-3 {
      --bs-gutter-x: 1rem;
    }
    .g-sm-3,
    .gy-sm-3 {
      --bs-gutter-y: 1rem;
    }
    .g-sm-4,
    .gx-sm-4 {
      --bs-gutter-x: 1.6rem;
    }
    .g-sm-4,
    .gy-sm-4 {
      --bs-gutter-y: 1.6rem;
    }
    .g-sm-5,
    .gx-sm-5 {
      --bs-gutter-x: 3rem;
    }
    .g-sm-5,
    .gy-sm-5 {
      --bs-gutter-y: 3rem;
    }
    .g-sm-6,
    .gx-sm-6 {
      --bs-gutter-x: 3.5rem;
    }
    .g-sm-6,
    .gy-sm-6 {
      --bs-gutter-y: 3.5rem;
    }
    .g-sm-7,
    .gx-sm-7 {
      --bs-gutter-x: 4rem;
    }
    .g-sm-7,
    .gy-sm-7 {
      --bs-gutter-y: 4rem;
    }
    .g-sm-8,
    .gx-sm-8 {
      --bs-gutter-x: 8rem;
    }
    .g-sm-8,
    .gy-sm-8 {
      --bs-gutter-y: 8rem;
    }
    .g-sm-9,
    .gx-sm-9 {
      --bs-gutter-x: 11rem;
    }
    .g-sm-9,
    .gy-sm-9 {
      --bs-gutter-y: 11rem;
    }
  }
  @media (min-width: 768px) {
    .col-md {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
    }
    .row-cols-md-auto > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: auto;
    }
    .row-cols-md-1 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 100%;
    }
    .row-cols-md-2 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 50%;
    }
    .row-cols-md-3 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 33.33333333%;
    }
    .row-cols-md-4 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 25%;
    }
    .row-cols-md-5 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 20%;
    }
    .row-cols-md-6 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-md-auto {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: auto;
    }
    .col-md-1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 8.33333333%;
    }
    .col-md-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-md-3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 25%;
    }
    .col-md-4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 33.33333333%;
    }
    .col-md-5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 41.66666667%;
    }
    .col-md-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 50%;
    }
    .col-md-7 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 58.33333333%;
    }
    .col-md-8 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 66.66666667%;
    }
    .col-md-9 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 75%;
    }
    .col-md-10 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 83.33333333%;
    }
    .col-md-11 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 91.66666667%;
    }
    .col-md-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 100%;
    }
    .offset-md-0 {
      margin-left: 0;
    }
    .offset-md-1 {
      margin-left: 8.33333333%;
    }
    .offset-md-2 {
      margin-left: 16.66666667%;
    }
    .offset-md-3 {
      margin-left: 25%;
    }
    .offset-md-4 {
      margin-left: 33.33333333%;
    }
    .offset-md-5 {
      margin-left: 41.66666667%;
    }
    .offset-md-6 {
      margin-left: 50%;
    }
    .offset-md-7 {
      margin-left: 58.33333333%;
    }
    .offset-md-8 {
      margin-left: 66.66666667%;
    }
    .offset-md-9 {
      margin-left: 75%;
    }
    .offset-md-10 {
      margin-left: 83.33333333%;
    }
    .offset-md-11 {
      margin-left: 91.66666667%;
    }
    .g-md-0,
    .gx-md-0 {
      --bs-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0 {
      --bs-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1 {
      --bs-gutter-x: 0.25rem;
    }
    .g-md-1,
    .gy-md-1 {
      --bs-gutter-y: 0.25rem;
    }
    .g-md-2,
    .gx-md-2 {
      --bs-gutter-x: 0.5rem;
    }
    .g-md-2,
    .gy-md-2 {
      --bs-gutter-y: 0.5rem;
    }
    .g-md-3,
    .gx-md-3 {
      --bs-gutter-x: 1rem;
    }
    .g-md-3,
    .gy-md-3 {
      --bs-gutter-y: 1rem;
    }
    .g-md-4,
    .gx-md-4 {
      --bs-gutter-x: 1.6rem;
    }
    .g-md-4,
    .gy-md-4 {
      --bs-gutter-y: 1.6rem;
    }
    .g-md-5,
    .gx-md-5 {
      --bs-gutter-x: 3rem;
    }
    .g-md-5,
    .gy-md-5 {
      --bs-gutter-y: 3rem;
    }
    .g-md-6,
    .gx-md-6 {
      --bs-gutter-x: 3.5rem;
    }
    .g-md-6,
    .gy-md-6 {
      --bs-gutter-y: 3.5rem;
    }
    .g-md-7,
    .gx-md-7 {
      --bs-gutter-x: 4rem;
    }
    .g-md-7,
    .gy-md-7 {
      --bs-gutter-y: 4rem;
    }
    .g-md-8,
    .gx-md-8 {
      --bs-gutter-x: 8rem;
    }
    .g-md-8,
    .gy-md-8 {
      --bs-gutter-y: 8rem;
    }
    .g-md-9,
    .gx-md-9 {
      --bs-gutter-x: 11rem;
    }
    .g-md-9,
    .gy-md-9 {
      --bs-gutter-y: 11rem;
    }
  }
  @media (min-width: 992px) {
    .col-lg {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
    }
    .row-cols-lg-auto > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: auto;
    }
    .row-cols-lg-1 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 100%;
    }
    .row-cols-lg-2 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 50%;
    }
    .row-cols-lg-3 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 33.33333333%;
    }
    .row-cols-lg-4 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 25%;
    }
    .row-cols-lg-5 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 20%;
    }
    .row-cols-lg-6 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-lg-auto {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: auto;
    }
    .col-lg-1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 8.33333333%;
    }
    .col-lg-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-lg-3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 25%;
    }
    .col-lg-4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 33.33333333%;
    }
    .col-lg-5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 41.66666667%;
    }
    .col-lg-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 50%;
    }
    .col-lg-7 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 58.33333333%;
    }
    .col-lg-8 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 66.66666667%;
    }
    .col-lg-9 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 75%;
    }
    .col-lg-10 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 83.33333333%;
    }
    .col-lg-11 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 91.66666667%;
    }
    .col-lg-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 100%;
    }
    .offset-lg-0 {
      margin-left: 0;
    }
    .offset-lg-1 {
      margin-left: 8.33333333%;
    }
    .offset-lg-2 {
      margin-left: 16.66666667%;
    }
    .offset-lg-3 {
      margin-left: 25%;
    }
    .offset-lg-4 {
      margin-left: 33.33333333%;
    }
    .offset-lg-5 {
      margin-left: 41.66666667%;
    }
    .offset-lg-6 {
      margin-left: 50%;
    }
    .offset-lg-7 {
      margin-left: 58.33333333%;
    }
    .offset-lg-8 {
      margin-left: 66.66666667%;
    }
    .offset-lg-9 {
      margin-left: 75%;
    }
    .offset-lg-10 {
      margin-left: 83.33333333%;
    }
    .offset-lg-11 {
      margin-left: 91.66666667%;
    }
    .g-lg-0,
    .gx-lg-0 {
      --bs-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0 {
      --bs-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1 {
      --bs-gutter-x: 0.25rem;
    }
    .g-lg-1,
    .gy-lg-1 {
      --bs-gutter-y: 0.25rem;
    }
    .g-lg-2,
    .gx-lg-2 {
      --bs-gutter-x: 0.5rem;
    }
    .g-lg-2,
    .gy-lg-2 {
      --bs-gutter-y: 0.5rem;
    }
    .g-lg-3,
    .gx-lg-3 {
      --bs-gutter-x: 1rem;
    }
    .g-lg-3,
    .gy-lg-3 {
      --bs-gutter-y: 1rem;
    }
    .g-lg-4,
    .gx-lg-4 {
      --bs-gutter-x: 1.6rem;
    }
    .g-lg-4,
    .gy-lg-4 {
      --bs-gutter-y: 1.6rem;
    }
    .g-lg-5,
    .gx-lg-5 {
      --bs-gutter-x: 3rem;
    }
    .g-lg-5,
    .gy-lg-5 {
      --bs-gutter-y: 3rem;
    }
    .g-lg-6,
    .gx-lg-6 {
      --bs-gutter-x: 3.5rem;
    }
    .g-lg-6,
    .gy-lg-6 {
      --bs-gutter-y: 3.5rem;
    }
    .g-lg-7,
    .gx-lg-7 {
      --bs-gutter-x: 4rem;
    }
    .g-lg-7,
    .gy-lg-7 {
      --bs-gutter-y: 4rem;
    }
    .g-lg-8,
    .gx-lg-8 {
      --bs-gutter-x: 8rem;
    }
    .g-lg-8,
    .gy-lg-8 {
      --bs-gutter-y: 8rem;
    }
    .g-lg-9,
    .gx-lg-9 {
      --bs-gutter-x: 11rem;
    }
    .g-lg-9,
    .gy-lg-9 {
      --bs-gutter-y: 11rem;
    }
  }
  @media (min-width: 1200px) {
    .col-xl {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
    }
    .row-cols-xl-auto > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: auto;
    }
    .row-cols-xl-1 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 100%;
    }
    .row-cols-xl-2 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 50%;
    }
    .row-cols-xl-3 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 33.33333333%;
    }
    .row-cols-xl-4 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 25%;
    }
    .row-cols-xl-5 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 20%;
    }
    .row-cols-xl-6 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-xl-auto {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: auto;
    }
    .col-xl-1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 8.33333333%;
    }
    .col-xl-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-xl-3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 25%;
    }
    .col-xl-4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 33.33333333%;
    }
    .col-xl-5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 41.66666667%;
    }
    .col-xl-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 50%;
    }
    .col-xl-7 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 58.33333333%;
    }
    .col-xl-8 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 66.66666667%;
    }
    .col-xl-9 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 75%;
    }
    .col-xl-10 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 83.33333333%;
    }
    .col-xl-11 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 91.66666667%;
    }
    .col-xl-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 100%;
    }
    .offset-xl-0 {
      margin-left: 0;
    }
    .offset-xl-1 {
      margin-left: 8.33333333%;
    }
    .offset-xl-2 {
      margin-left: 16.66666667%;
    }
    .offset-xl-3 {
      margin-left: 25%;
    }
    .offset-xl-4 {
      margin-left: 33.33333333%;
    }
    .offset-xl-5 {
      margin-left: 41.66666667%;
    }
    .offset-xl-6 {
      margin-left: 50%;
    }
    .offset-xl-7 {
      margin-left: 58.33333333%;
    }
    .offset-xl-8 {
      margin-left: 66.66666667%;
    }
    .offset-xl-9 {
      margin-left: 75%;
    }
    .offset-xl-10 {
      margin-left: 83.33333333%;
    }
    .offset-xl-11 {
      margin-left: 91.66666667%;
    }
    .g-xl-0,
    .gx-xl-0 {
      --bs-gutter-x: 0;
    }
    .g-xl-0,
    .gy-xl-0 {
      --bs-gutter-y: 0;
    }
    .g-xl-1,
    .gx-xl-1 {
      --bs-gutter-x: 0.25rem;
    }
    .g-xl-1,
    .gy-xl-1 {
      --bs-gutter-y: 0.25rem;
    }
    .g-xl-2,
    .gx-xl-2 {
      --bs-gutter-x: 0.5rem;
    }
    .g-xl-2,
    .gy-xl-2 {
      --bs-gutter-y: 0.5rem;
    }
    .g-xl-3,
    .gx-xl-3 {
      --bs-gutter-x: 1rem;
    }
    .g-xl-3,
    .gy-xl-3 {
      --bs-gutter-y: 1rem;
    }
    .g-xl-4,
    .gx-xl-4 {
      --bs-gutter-x: 1.6rem;
    }
    .g-xl-4,
    .gy-xl-4 {
      --bs-gutter-y: 1.6rem;
    }
    .g-xl-5,
    .gx-xl-5 {
      --bs-gutter-x: 3rem;
    }
    .g-xl-5,
    .gy-xl-5 {
      --bs-gutter-y: 3rem;
    }
    .g-xl-6,
    .gx-xl-6 {
      --bs-gutter-x: 3.5rem;
    }
    .g-xl-6,
    .gy-xl-6 {
      --bs-gutter-y: 3.5rem;
    }
    .g-xl-7,
    .gx-xl-7 {
      --bs-gutter-x: 4rem;
    }
    .g-xl-7,
    .gy-xl-7 {
      --bs-gutter-y: 4rem;
    }
    .g-xl-8,
    .gx-xl-8 {
      --bs-gutter-x: 8rem;
    }
    .g-xl-8,
    .gy-xl-8 {
      --bs-gutter-y: 8rem;
    }
    .g-xl-9,
    .gx-xl-9 {
      --bs-gutter-x: 11rem;
    }
    .g-xl-9,
    .gy-xl-9 {
      --bs-gutter-y: 11rem;
    }
  }
  @media (min-width: 1400px) {
    .col-xxl {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
    }
    .row-cols-xxl-auto > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: auto;
    }
    .row-cols-xxl-1 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 100%;
    }
    .row-cols-xxl-2 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 50%;
    }
    .row-cols-xxl-3 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 33.33333333%;
    }
    .row-cols-xxl-4 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 25%;
    }
    .row-cols-xxl-5 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 20%;
    }
    .row-cols-xxl-6 > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-xxl-auto {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: auto;
    }
    .col-xxl-1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 8.33333333%;
    }
    .col-xxl-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-xxl-3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 25%;
    }
    .col-xxl-4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 33.33333333%;
    }
    .col-xxl-5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 41.66666667%;
    }
    .col-xxl-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 50%;
    }
    .col-xxl-7 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 58.33333333%;
    }
    .col-xxl-8 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 66.66666667%;
    }
    .col-xxl-9 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 75%;
    }
    .col-xxl-10 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 83.33333333%;
    }
    .col-xxl-11 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 91.66666667%;
    }
    .col-xxl-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 100%;
    }
    .offset-xxl-0 {
      margin-left: 0;
    }
    .offset-xxl-1 {
      margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
      margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
      margin-left: 25%;
    }
    .offset-xxl-4 {
      margin-left: 33.33333333%;
    }
    .offset-xxl-5 {
      margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
      margin-left: 50%;
    }
    .offset-xxl-7 {
      margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
      margin-left: 66.66666667%;
    }
    .offset-xxl-9 {
      margin-left: 75%;
    }
    .offset-xxl-10 {
      margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
      margin-left: 91.66666667%;
    }
    .g-xxl-0,
    .gx-xxl-0 {
      --bs-gutter-x: 0;
    }
    .g-xxl-0,
    .gy-xxl-0 {
      --bs-gutter-y: 0;
    }
    .g-xxl-1,
    .gx-xxl-1 {
      --bs-gutter-x: 0.25rem;
    }
    .g-xxl-1,
    .gy-xxl-1 {
      --bs-gutter-y: 0.25rem;
    }
    .g-xxl-2,
    .gx-xxl-2 {
      --bs-gutter-x: 0.5rem;
    }
    .g-xxl-2,
    .gy-xxl-2 {
      --bs-gutter-y: 0.5rem;
    }
    .g-xxl-3,
    .gx-xxl-3 {
      --bs-gutter-x: 1rem;
    }
    .g-xxl-3,
    .gy-xxl-3 {
      --bs-gutter-y: 1rem;
    }
    .g-xxl-4,
    .gx-xxl-4 {
      --bs-gutter-x: 1.6rem;
    }
    .g-xxl-4,
    .gy-xxl-4 {
      --bs-gutter-y: 1.6rem;
    }
    .g-xxl-5,
    .gx-xxl-5 {
      --bs-gutter-x: 3rem;
    }
    .g-xxl-5,
    .gy-xxl-5 {
      --bs-gutter-y: 3rem;
    }
    .g-xxl-6,
    .gx-xxl-6 {
      --bs-gutter-x: 3.5rem;
    }
    .g-xxl-6,
    .gy-xxl-6 {
      --bs-gutter-y: 3.5rem;
    }
    .g-xxl-7,
    .gx-xxl-7 {
      --bs-gutter-x: 4rem;
    }
    .g-xxl-7,
    .gy-xxl-7 {
      --bs-gutter-y: 4rem;
    }
    .g-xxl-8,
    .gx-xxl-8 {
      --bs-gutter-x: 8rem;
    }
    .g-xxl-8,
    .gy-xxl-8 {
      --bs-gutter-y: 8rem;
    }
    .g-xxl-9,
    .gx-xxl-9 {
      --bs-gutter-x: 11rem;
    }
    .g-xxl-9,
    .gy-xxl-9 {
      --bs-gutter-y: 11rem;
    }
  }



/* 网点 */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}


.spjz {
    justify-content: space-between;
}

.czjz {
    align-items: center;
}

.wrap {
    flex-wrap: wrap;
}

.column {
    flex-direction: column;
}

.lao02 {
    padding: 30px 0;
    background: linear-gradient(135deg, #f0f5ff 0%, #ffffff 100%);
}


.wxtit01 {
    text-align: center;
    margin-bottom: 30px;
}

.wxtit01c {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a6aa9;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.wxtit01a {
    height: 3px;
    width: 80px;
    background: #1a6aa9;
    margin: 10px auto;
}

.wxtit01b {
    font-size: 2.2rem;
    color: #222;
    margin: 15px 0;
}

.wxtit01d {
    margin-bottom: 30px;
    padding: 15px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.adrs, .smsize {
    display: inline-block;
    padding: 8px 15px;
    margin: 5px;
    background: #eef5ff;
    border-radius: 30px;
    color: #000000;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    border: 1px solid #cde;
}

.adrs.on, .smsize:hover {
    background: #1a6aa9;
    color: white;
    border-color: #1a6aa9;
}

.swiper-containerwx {
    position: relative;
    overflow: hidden;
    width: 100%;
    /* margin-top: 20px; */
}

.service-centers {
    display: flex;
    transition: transform 0.5s ease;
    padding-bottom: 20px;
}

.center-card {
    flex: 0 0 calc(33.333% - 30px);
    margin: 0 16px;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.center-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.card-header1 {
    background: linear-gradient(135deg, #8976c1 0%, #2a8ac8 100%);
    color: white;
    padding: 20px;
    position: relative;
}

.card-header1 h3 {
    font-size: 1.4rem;
    margin-bottom: 5px;
    margin-left: -90px;
}

.level {
    position: absolute;
    top: 22px;
    right: 3px;
    background: #ffcc00;
    color: #333;
    padding: 3px 3px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
}

.card-body {
    padding: 20px;
}

.card-body p {
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
    font-size: 0.95rem;
    margin-top: 10px;
    text-align: left;
}

.card-body i {
    position: absolute;
    left: 3px;
    top: 3px;
    color: #1a6aa9;
    font-size: 1.1rem;
    width: 24px;
    text-align: center;
}

.card-footer {
    background: #f8fafd;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eef2f7;
}

.card-footer div {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    color: #666;
}

.card-footer i {
    margin-right: 5px;
    color: #1a6aa9;
}

.btn {
    padding: 8px 20px;
    background: #1a6aa9;
    color: white;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.btn:hover {
    background: #155a8a;
    transform: translateY(-2px);
}


.swiper-prev, .swiper-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

.swiper-button-prev {
    /* left: -20px; */
}

.swiper-button-next {
    right: 0px;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    background: #1a6aa9;
    color: white;
}

/* 响应式设计 */
@media (max-width: 992px) {
    .center-card {
        flex: 0 0 calc(50% - 30px);
    }
    
    .swiper-button-prev {
        left: 0;
    }
    
    .swiper-button-next {
        right: 0;
    }
}

@media (max-width: 768px) {
    .wxtit01c {
        font-size: 1.5rem;
    }
    
    .wxtit01b {
        font-size: 1.8rem;
    }
    
    .center-card {
        flex: 0 0 calc(100% - 30px);
    }
    
    .wxtit01d {
        max-height: 300px;
        overflow-y: auto;
    }
    
    .swiper-button-prev, .swiper-button-next {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .wxtit01c {
        font-size: 1.3rem;
    }
    
    .wxtit01b {
        font-size: 1.5rem;
    }
    
    .adrs, .smsize {
        padding: 6px 12px;
        font-size: 0.85rem;
    }
}


/* 网点地址结束 */

/* 背景图 */
.navbar-brand {
    background-image: url('{SITE_LOGO}');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 100px;
    width: 200px;
    display: block;
    margin: 0;
    transition: all 0.4s ease;
}

/* 维修流程图 */
.img img{
    max-width: 70%;
    margin: 0 auto;
}
/* img,
video {
    max-width: 70%;
    height: auto;
    margin: 0 auto;
} */

@media (max-width:767px) {
    .img {
        display: none;
    }
}

/* 新闻 */
.category-title {
    font-size: 1.5rem;
    color: #2c5282;
    padding: 15px 20px;
    background: white;
    border-radius: 12px;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

.category-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 5px;
    background: linear-gradient(to bottom, #2c5282, #38b2ac);
}
/*新闻详情页*/
    .news-container {
            margin-bottom: 30px;
            /*gap: 40px;*/
            margin-top: 100px;
        }
    .main-content{
        background:rgb(239 237 233 / 80%);
        border-radius: 12px;
        padding: 40px;
    }
        
        .sidebar {
            flex: 1;
        }
        
        .news-header {
            margin-bottom: 30px;
        }
        
        .news-title {
            font-size: 36px;
            font-weight: 300;
            margin-bottom: 15px;
            /*color: #f5f5f5;*/
            line-height: 1.3;
        }
        
        .news-meta {
            display: flex;
            align-items: center;
            color: #aaa;
            font-size: 14px;
            margin-bottom: 25px;
        }
        
        .meta-divider {
            margin: 0 10px;
        }
        
        .tag {
            background: rgba(212, 175, 55, 0.2);
            color: #d4af37;
            padding: 4px 10px;
            border-radius: 20px;
            font-size: 12px;
            margin-left: 15px;
        }
        
  
        .news-content {
            font-size: 18px;
            line-height: 1.8;
        }
        
        .news-content p {
            margin-bottom: 25px;
        }
        
        .news-content h2 {
            font-size: 28px;
            margin: 40px 0 20px;
            color: #d4af37;
            font-weight: 400;
            position: relative;
            padding-left: 20px;
        }
        
        .news-content h2::before {
            content: '';
            position: absolute;
            left: 0;
            top: 10px;
            height: 25px;
            width: 5px;
            background: #d4af37;
        }
        
        .highlight {
            background: rgba(212, 175, 55, 0.1);
            border-left: 4px solid #d4af37;
            padding: 20px;
            margin: 30px 0;
            border-radius: 0 8px 8px 0;
        }
        
        .author-section {
            display: flex;
            align-items: center;
            margin: 40px 0;
            padding: 25px;
            background: rgba(50, 50, 50, 0.5);
            border-radius: 10px;
        }
        
        .author-avatar {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background: #444;
            margin-right: 25px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 30px;
            color: #d4af37;
        }
        
        .author-info h3 {
            font-size: 20px;
            margin-bottom: 8px;
            color: #f5f5f5;
        }
        
        .author-info p {
            color: #aaa;
            margin-bottom: 15px;
            font-size: 16px;
        }
        
        .social-share {
            display: flex;
            gap: 15px;
            margin: 40px 0;
        }
        
        .share-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            background: #333;
            color: #e0e0e0;
            font-size: 18px;
            transition: all 0.3s;
            cursor: pointer;
        }
        
        .share-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        }
        
        .facebook:hover { background: #3b5998; }
        .twitter:hover { background: #1da1f2; }
        .linkedin:hover { background: #0077b5; }
        .whatsapp:hover { background: #25d366; }
        
        .section-title {
            font-size: 22px;
            /*margin: 40px 0 20px;*/
            padding-bottom: 15px;
            border-bottom: 1px solid #333;
            color: #d4af37;
            font-weight: bold;
        }
        
        .related-news {
            background: rgba(30, 30, 30, 0.8);
            border-radius: 12px;
            padding: 30px;
            margin-bottom: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
        }
        
        .news-card {
            display: flex;
            /*margin-bottom: 25px;*/
            /*padding-bottom: 25px;*/
            border-bottom: 1px solid #333;
        }
        
        .news-card:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none;
        }
        
        .card-image {
            width: 100px;
            height: 80px;
            background: #444;
            border-radius: 8px;
            margin-right: 15px;
            flex-shrink: 0;
        }
        
        .card-content h4 {
            font-size: 16px;
            margin-bottom: 8px;
            color: #f5f5f5;
        }
        
        .card-content p {
            font-size: 14px;
            color: #aaa;
        }
        
        .newsletter {
            background: rgba(30, 30, 30, 0.8);
            border-radius: 12px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
            margin-bottom: 30px;
        }
        
        .newsletter p {
            margin-bottom: 20px;
            color: #aaa;
        }
        
        .subscribe-form {
            display: flex;
        }
        
        .subscribe-form input {
            flex: 1;
            padding: 12px 3px;
            border: none;
            background: #222;
            color: #e0e0e0;
            border-radius: 5px 0 0 5px;
            font-size: 16px;
        }
        
        .subscribe-form button {
            background: #d4af37;
            color: #000;
            border: none;
            padding: 0 25px;
            font-weight: 600;
            cursor: pointer;
            border-radius: 0 5px 5px 0;
            transition: background 0.3s;
        }
        
        .subscribe-form button:hover {
            background: #c19d30;
        }
/*新闻列表页*/
    .banner {
            background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                        url('/static/picture/bj.jpg');
            background-size: cover;
            background-position: center;
            height: 400px;
            /*border-radius: 15px;*/
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            margin-bottom: 50px;
            position: relative;
            overflow: hidden;
        }
        
        .banner-content {
            max-width: 800px;
            padding: 0 20px;
            z-index: 2;
        }
        
        .banner h2 {
            font-family: 'Playfair Display', serif;
            font-size: 3.5rem;
            font-weight: 700;
            color: var(--text-light);
            margin-bottom: 20px;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
        }
        
        .banner p {
            font-size: 1.3rem;
            margin-bottom: 30px;
            color: var(--text-light);
            text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
        }
        
        .search-box {
            max-width: 600px;
            margin: 0 auto;
            position: relative;
        }
        
        .search-box input {
            width: 100%;
            padding: 15px 20px;
            border: none;
            border-radius: 50px;
            background: rgba(255, 255, 255, 0.9);
            font-size: 1.1rem;
            padding-left: 50px;
        }
        
        .search-box i {
            position: absolute;
            left: 20px;
            top: 50%;
            transform: translateY(-50%);
            color: #777;
            font-size: 1.2rem;
        }
        
        /* 内容布局 */
        .content-container {
            display: flex;
            gap: 40px;
            margin-bottom: 60px;
        }
        
        .main-content {
            flex: 3;
        }
        
      
        
        /* 筛选区域 */
        .filters {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 30px;
            padding: 20px;
            background: var(--card-bg);
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        }
        
        .filter-title {
            font-size: 1.1rem;
            color: var(--text-light);
        }
        
        .filter-buttons {
            display: flex;
            gap: 15px;
        }
        
        .filter-btn {
            padding: 8px 20px;
            background: transparent;
            border: 1px solid var(--border);
            color: var(--text-gray);
            border-radius: 30px;
            cursor: pointer;
            transition: all 0.3s;
        }
        
        .filter-btn:hover,
        .filter-btn.active {
            background: var(--gold);
            border-color: var(--gold);
            color: #000;
        }
        
        /* 新闻网格 */
        .news-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
            gap: 30px;
            margin-bottom: 50px;
        }
        
        .news-card {
            background: var(--card-bg);
            border-radius: 10px;
            overflow: hidden;
            transition: transform 0.3s, box-shadow 0.3s;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }
        
        .news-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
        }
        
        .card-image {
            height: 220px;
            background-size: cover;
            background-position: center;
        }
        
        .card-1 { background-image: url('https://images.unsplash.com/photo-1533139502658-0198f920d8e8?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80'); }
        .card-2 { background-image: url('https://images.unsplash.com/photo-1607082348824-0a96f2a4b9da?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80'); }
        .card-3 { background-image: url('https://images.unsplash.com/photo-1611590006664-2857beb0aa5c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80'); }
        .card-4 { background-image: url('https://images.unsplash.com/photo-1594576722512-582bcd46fba3?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80'); }
        .card-5 { background-image: url('https://images.unsplash.com/photo-1539874754764-5a96559165b0?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80'); }
        .card-6 { background-image: url('https://images.unsplash.com/photo-1547996160-81dfa63595aa?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80'); }
        
        .card-content {
            padding: 25px;
        }
        
        .card-tags {
            display: flex;
            gap: 10px;
            margin-bottom: 15px;
        }
        
        .tag {
            background: rgba(212, 175, 55, 0.15);
            color: var(--gold);
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 0.85rem;
        }
        
        .card-title {
            font-family: 'Playfair Display', serif;
            font-size: 1.6rem;
            color: var(--text-light);
            margin-bottom: 15px;
            transition: color 0.3s;
        }
        
        .news-card:hover .card-title {
            color: var(--gold);
        }
        
        .card-excerpt {
            margin-bottom: 20px;
            line-height: 1.7;
        }
        
        .card-meta {
            display: flex;
            justify-content: space-between;
            color: #777;
            font-size: 0.9rem;
            padding-top: 15px;
            border-top: 1px solid var(--border);
        }
        
        /* 分页 */
        .pagebar {
  padding: 20px;
  overflow: hidden;
  clear: both
}

.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px;
  line-height: 100%
}

.pagination span {
  color: #333;
  font-size: 12px;
  padding: 7px 2px;
  margin: 0 2px;
  border-radius: 3px;
}

.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}

.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}

.pagination .st {
  font-family: 宋体
}

.text-secondary {
  text-align: center;
  padding: 20px 0
}
        
        /* 侧边栏 */
        .sidebar-section {
            background: var(--card-bg);
            border-radius: 10px;
            padding: 30px;
            margin-bottom: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        }
        
        .section-title {
            font-family: 'Playfair Display', serif;
            font-size: 1.8rem;
            color: var(--gold);
            /*margin-bottom: 25px;*/
            border-bottom: 1px solid var(--border);
            position: relative;
        }
        
        .section-title:after {
            content: '';
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 80px;
            height: 2px;
            background: var(--gold);
        }
        
        .popular-articles {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
        
        .popular-article {
            display: flex;
            gap: 15px;
            padding-bottom: 20px;
            border-bottom: 1px solid var(--border);
        }
        
        .popular-article:last-child {
            padding-bottom: 0;
            border-bottom: none;
        }
        
        .popular-img {
            width: 80px;
            height: 80px;
            border-radius: 8px;
            background-size: cover;
            background-position: center;
            flex-shrink: 0;
        }
        
        .popular-content h4 {
            font-size: 1.1rem;
            color: var(--text-light);
            margin-bottom: 8px;
            transition: color 0.3s;
        }
        
        .popular-article:hover h4 {
            color: var(--gold);
        }
        
       .popular-meta {
            display: flex;
            align-items: center;
            /*gap: 20px;*/
            margin-top: 25px;
            font-size: 13px;
            color: #555;
        }
        
        .date-display {
            display: flex;
            align-items: center;
            /*gap: 8px;*/
            /*background: #f0f5ff;*/
            padding: 8px 15px;
            /*border-radius: 30px;*/
        }
        
        .read-count {
            display: flex;
            align-items: center;
            /*gap: 8px;*/
            /*background: #1a2a6c;*/
            color: black;
            /*padding: 8px 15px;*/
            border-radius: 30px;
            transition: all 0.3s ease;
            animation: highlight 1.5s;
        }
        
        .read-count:hover {
            /*background: #2a5298;*/
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(26, 42, 108, 0.3);
        }
        
        .counter {
            display: inline-block;
            min-width: 30px;
            text-align: center;
            font-weight: bold;
        }
        .newsletter-form {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
        
        .newsletter-form p {
            line-height: 1.7;
        }
        
        .newsletter-form input {
            padding: 14px 20px;
            border: none;
            border-radius: 5px;
            background: #222;
            color: var(--text-light);
            font-size: 1rem;
        }
        
        .newsletter-form button {
            background: var(--gold);
            color: #000;
            border: none;
            padding: 14px;
            font-weight: 600;
            border-radius: 5px;
            cursor: pointer;
            transition: background 0.3s;
            font-size: 1.1rem;
        }
        
        .newsletter-form button:hover {
            background: #c19d30;
        }
        
        .categories {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }
        
        .category {
            display: flex;
            justify-content: space-between;
            padding-bottom: 15px;
            border-bottom: 1px solid var(--border);
        }
        
        .category:last-child {
            padding-bottom: 0;
            border-bottom: none;
        }
        
        .category a {
            color: var(--text-gray);
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .category a:hover {
            color: var(--gold);
        }
        
        .category-count {
            background: var(--gold);
            color: #000;
            width: 28px;
            height: 28px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.8rem;
            font-weight: 600;
        }
 
 /*网点列表页*/
/* 主内容区样式 */
.main {
  flex: 0 0 75%;
  max-width: 75%;
  padding: 0 15px;
}

.inner-left {
  padding-right: 30px;
}

.blog-wrap {
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  padding: 25px;
  margin-bottom: 30px;
}

.blog-article {
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.blog-article:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.blog-article figure {
  flex: 0 0 35%;
  max-width: 35%;
  margin-right: 25px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.blog-article figure img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-article figure a:hover img {
  transform: scale(1.05);
}

.entry-summary {
  flex: 1;
}

.entry-header {
  margin-bottom: 15px;
}

.entry-title {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #1a2a6c;
  font-weight: 600;
}

.entry-title a:hover {
  color: #d0a17b;
  text-decoration: none;
}

.entry-content {
  margin-bottom: 15px;
  color: #555;
  font-size: 1.05rem;
}

.entry-content p {
  margin-bottom: 10px;
}

.entry-summary > a {
  display: inline-block;
  padding: 8px 20px;
  background: #d0a17b;
  color: white;
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.entry-summary > a:hover {
  background: #1a2a6c;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(208, 161, 123, 0.4);
}

/* 分页样式 */
.pagebar {
  margin-top: 30px;
}

.pagination {
  display: flex;
  justify-content: center;
  list-style: none;
}

.pagination a, 
.pagination span {
  display: inline-block;
  padding: 8px 16px;
  margin: 0 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #555;
  transition: all 0.3s ease;
}

.pagination a:hover {
  background: #1a2a6c;
  color: white;
  border-color: #1a2a6c;
}

.pagination .active span {
  background: #d0a17b;
  color: white;
  border-color: #d0a17b;
}



/* 响应式设计 */
@media (max-width: 991px) {
  .main, .sidebar {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .inner-left {
    padding-right: 15px;
  }
  
  .blog-article {
    flex-direction: column;
  }
  
  .blog-article figure {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .entry-title {
    font-size: 1.5rem;
  }
  
  .blog-wrap {
    padding: 15px;
  }
}
 
/*关于我们*/

        .about-content {
            display: flex;
            align-items: center;
            gap: 50px;
        }
        
        .about-image {
            flex: 1;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }
        
        .about-image img {
            width: 100%;
            height: 600px;
            display: block;
            transition: transform 0.5s ease;
        }
        
        .about-image:hover img {
            transform: scale(1.05);
        }
        
        .about-text {
            flex: 1;
        }
        
        .about-text h3 {
            font-size: 2.2rem;
            color: #1a2a6c;
            margin-bottom: 25px;
        }
        
        .about-text p {
            margin-bottom: 25px;
            font-size: 1.1rem;
            line-height: 1.8;
            color: #555;
        }
        
        .stats {
            display: flex;
            justify-content: space-between;
            margin-top: 40px;
        }
        
        .stat-item {
            text-align: center;
        }
        
        .stat-number {
            font-size: 1.5rem;
            font-weight: 700;
            color: #d0a17b;
            margin-bottom: 10px;
        }
        
        .stat-label {
            font-size: 1.1rem;
            color: #1a2a6c;
        }
        
        /* 服务部分 */
        .services {
            background: #f0f4f8;
        }
        
        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }
        
        .service-card {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        }
        
        .service-icon {
            height: 130px;
            display: flex;
            justify-content: center;
            align-items: center;
            background: linear-gradient(135deg, #af9273, #a3b2cd);
            color: white;
            font-size: 4rem;
        }
        
        .service-content {
            padding: 30px;
        }
        
        .service-content h3 {
            font-size: 1.6rem;
            color: #1a2a6c;
            margin-bottom: 15px;
        }
        
        .service-content p {
            color: #666;
            margin-bottom: 20px;
            line-height: 1.7;
        }
 /* 内容部分 */
        section {
            padding: 0 0 50px 0;
        }
        
        .section-title {
            text-align: center;
            /*margin-bottom: 70px;*/
            position: relative;
        }
        
        .section-title h2 {
            font-size: 2.8rem;
            color: #1a2a6c;
            display: inline-block;
            padding-bottom: 15px;
            position: relative;
        }
        
        .section-title h2::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 4px;
            background: #d0a17b;
        }
        
        .section-title p {
            font-size: 1.3rem;
            color: #555;
            margin-top: 20px;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
 /*服务项目*/
 .bai02 {
    padding: 0 0 50px 0;
    background: #f3f3f3;
}

.bai02a {
    padding: 42px 24px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bai02a_a {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #d0a17b;
    width: 100%;
}

.bai02a_aa {
    width: 25%;
}

.bai02a_aa img {
    max-width: 70%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.bai02a_aa:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.bai02a_ab {
    width: 70%;
}

.bai02a_ab p,
.bai02a_ba p {
    color: #282828;
    line-height: 32px;
}

.bai02a_aba {
    padding-bottom: 8px;
}

.bai02a_b {
    width: 100%;
}

.bai02a_ba {
    width: 60%;
}

.bai02a_bb {
    width: 40%;
}

.bai02a_bb img {
    /*max-width: 70%;*/
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.bai02a_bb:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

@media (max-width:1000px) {

    .bai02a_ab p,
    .bai02a_ba p {
        line-height: 24px;
    }

    .bai02a_aa {
        width: 100%;
        margin-bottom: 24px;
    }

    .bai02a_ab {
        width: 100%;
    }

    .bai02a_ba {
        width: 100%;
    }

    .bai02a_bb {
        width: 100%;
        margin-bottom: 24px;
    }
}

@media (max-width:780px) {

    .bai02a_ab p,
    .bai02a_ba p {
        line-height: 20px;
    }

    .bai02 {
        padding: 52px 0px 32px;
    }
}


/*点击切换*/
 .bai04 {
            max-width: 1200px;
            margin: 40px auto;
            background: white;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            overflow: hidden;
            padding: 30px;
        }
        
        .tab03s {
            background: #f1f5f9;
            border-radius: 12px;
            padding: 10px;
            margin-bottom: 30px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
        }
        
        .tab03s ul {
            display: flex;
            justify-content: space-between;
            list-style: none;
            gap: 10px;
        }
        
        .tab03s li {
            flex: 1;
            text-align: center;
            padding: 15px 10px;
            border-radius: 10px;
            cursor: pointer;
            transition: all 0.3s ease;
            background: white;
            border: 2px solid #e2e8f0;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
        }
        
        .tab03s li:hover {
            border-color: #cbd5e1;
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .tab03s li.on {
            background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
            color: white;
            border-color: #3b82f6;
            box-shadow: 0 5px 15px rgba(59, 130, 246, 0.3);
        }
        
        .tab03s li.on a {
            color: white;
        }
        
        .tab03s h3 {
            font-size: 18px;
            font-weight: 600;
            margin: 0 auto;
            text-align: center;
        }
        
        .bai04a_c {
            padding: 20px 0;
        }
        
        .bai04a_ca {
            display: flex;
            background: white;
            border-radius: 12px;
            overflow: hidden;
            margin-bottom: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease;
        }
        
        .bai04a_ca:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
        }
        
        .bai04a_ca_a {
            flex: 0 0 45%;
            padding: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #f8fafc;
        }
        
        .bai04a_ca_a img {
            max-width: 100%;
            height: 260px;
            object-fit: cover;
            border-radius: 8px;
            transition: all 0.4s ease;
        }
        
        .bai04a_ca:hover .bai04a_ca_a img {
            transform: scale(1.05);
        }
        
        .bai04a_ca_b {
            flex: 0 0 55%;
            padding: 25px;
        }
        
        .bai04a_ca_b h3 {
            font-size: 24px;
            color: #1e293b;
            margin-bottom: 15px;
            padding-bottom: 10px;
            border-bottom: 2px solid #e2e8f0;
            position: relative;
        }
        
        .bai04a_ca_b h3:after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 60px;
            height: 2px;
            background: #3b82f6;
        }
        
        .bai04a_ca_b p {
            font-size: 16px;
            color: #475569;
            line-height: 1.8;
            margin-bottom: 20px;
        }
        
        .bai04a_ca_ba {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }
        
        .bai04a_ca_ba a {
            display: inline-block;
            padding: 8px 18px;
            background: #e0f2fe;
            color: #0369a1;
            border-radius: 50px;
            font-size: 14px;
            text-decoration: none;
            transition: all 0.3s ease;
            border: 1px solid #bae6fd;
        }
        
        .bai04a_ca_ba a:hover {
            background: #0284c7;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(2, 132, 199, 0.2);
        }
        
        .bgls {
            background: #f8fafc;
            border-radius: 12px;
            padding: 25px;
            margin-top: 30px;
            box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.03);
        }
        
        .pjlb h4 {
            font-size: 22px;
            color: #1e293b;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #e2e8f0;
            position: relative;
        }
        
        .pjlb h4:after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 80px;
            height: 2px;
            background: #3b82f6;
        }
        
        .swiper-001wrapper {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
            gap: 20px;
        }
        
        .swiper-001slide {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            text-align: center;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
        }
        
        .swiper-001slide:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
        }
        
        .swiper-001slide a {
            display: block;
            padding: 20px 15px;
            text-decoration: none;
            color: #334155;
        }
        
        .swiper-001slide img {
            width: 70px;
            height: 70px;
            object-fit: contain;
            margin: 0 auto 15px;
            transition: all 0.3s ease;
        }
        
        .swiper-001slide:hover img {
            transform: scale(1.1);
        }
        
        .swiper-001slide p {
            font-size: 16px;
            font-weight: 500;
            color: #1e293b;
        }
        
        .service-header {
            text-align: center;
            margin-bottom: 30px;
        }
        
        .service-header h2 {
            font-size: 32px;
            color: #1e293b;
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
            padding-bottom: 10px;
        }
        
        .service-header h2:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, #3b82f6, #8b5cf6);
            border-radius: 2px;
        }
        
        .service-header p {
            font-size: 18px;
            color: #64748b;
            max-width: 700px;
            margin: 0 auto;
        }
        
        /* 响应式设计 */
        @media (max-width: 992px) {
            .bai04a_ca {
                flex-direction: column;
            }
            
            .bai04a_ca_a, .bai04a_ca_b {
                flex: 0 0 100%;
            }
            
            .bai04a_ca_a {
                padding: 20px;
            }
            
            .bai04a_ca_a img {
                max-height: 300px;
                width: 100%;
            }
        }
        
        @media (max-width: 768px) {
            .tab03s ul {
                flex-direction: column;
            }
            
            .service-header h2 {
                font-size: 28px;
            }
            
            .bai04a_ca_b h3 {
                font-size: 22px;
            }
            
            .bai04a_ca_b p {
                font-size: 15px;
            }
        }
        
        @media (max-width: 576px) {
            .bai04 {
                padding: 20px;
            }
            
            .service-header h2 {
                font-size: 24px;
            }
            
            .tab03s h3 {
                font-size: 16px;
            }
            
            .bai04a_ca_b {
                padding: 20px;
            }
            
            .swiper-001wrapper {
                grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
            }
 }
 .smsize2>h3{
     text-align: center;
     margin: 0 auto;
 }
 
/*网点详情页*/
.bai08 {
            max-width: 1200px;
            margin: 40px auto;
            background: white;
            border-radius: 15px;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
            overflow: hidden;
        }
        
        .sliyu {
            position: relative;
            overflow: hidden;
        }
        
        .bai08a {
            padding: 0;
        }
        
        .slideBox {
            position: relative;
            z-index: 2;
        }
        
        .slideBox > div {
            padding: 60px 50px;
            background: url('https://images.unsplash.com/photo-1542496658-e33a6d0d50f6?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1170&q=80') no-repeat center center;
            background-size: cover;
            position: relative;
            color: #1e293b;
        }
        
        .slideBox > div::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(249, 250, 251, 0.92) 100%);
            z-index: 1;
        }
        
        .slideBox > div > * {
            position: relative;
            z-index: 2;
        }
        
        .slideBox p {
            font-size: 18px;
            margin-bottom: 25px;
            color: #334155;
            text-align: justify;
        }
        
        .slideBox h2 {
            font-size: 36px;
            color: #1e293b;
            margin: 30px 0 20px;
            padding-bottom: 15px;
            position: relative;
            font-weight: 700;
            letter-spacing: 1px;
        }
        
        .slideBox h2::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 120px;
            height: 4px;
            background: linear-gradient(90deg, #d4af37, #b8860b);
            border-radius: 2px;
        }
        
        .slideBox h3 {
            font-size: 26px;
            color: #1e40af;
            margin: 35px 0 20px;
            padding-left: 15px;
            border-left: 4px solid #d4af37;
            font-weight: 600;
        }
        
        .service-highlight {
            display: flex;
            flex-wrap: wrap;
            gap: 25px;
            margin: 40px 0;
        }
        
        .service-card1 {
            flex: 1;
            min-width: 250px;
            background: white;
            border-radius: 12px;
            padding: 25px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
            border-top: 4px solid #d4af37;
            transition: all 0.4s ease;
        }
        
        .service-card1:hover {
            transform: translateY(-10px);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
        }
        
        .service-card1 h4 {
            font-size: 22px;
            color: #1e293b;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
        }
        
        .service-card1 h4 i {
            margin-right: 12px;
            color: #d4af37;
        }
        
        .service-card1 p {
            font-size: 16px;
            margin-bottom: 0;
            color: #475569;
        }
        
        .contact-box {
            background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
            border-radius: 12px;
            padding: 30px;
            margin: 40px 0;
            color: white;
            text-align: center;
            box-shadow: 0 10px 30px rgba(59, 130, 246, 0.25);
        }
        
        .contact-box h3 {
            font-size: 28px;
            margin: 0 0 20px;
            color: white;
            border: none;
            padding: 0;
        }
        
        .phone-number {
            font-size: 36px;
            font-weight: 700;
            letter-spacing: 2px;
            margin: 20px 0;
            color: #ffd700;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        }
        
        .contact-btn {
            display: inline-block;
            background: #ffd700;
            color: #1e40af;
            font-size: 18px;
            font-weight: 600;
            padding: 14px 40px;
            border-radius: 50px;
            text-decoration: none;
            margin-top: 15px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        }
        
        .contact-btn:hover {
            background: #ffcc00;
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
        }
        
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 25px;
            margin: 50px 0;
        }
        
        .feature-item {
            display: flex;
            align-items: flex-start;
            gap: 15px;
        }
        
        .feature-icon {
            flex: 0 0 60px;
            height: 60px;
            background: #e0f2fe;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #1e40af;
            font-size: 24px;
        }
        
        .feature-text h4 {
            font-size: 20px;
            color: #1e293b;
            margin-bottom: 8px;
        }
        
        .feature-text p {
            font-size: 16px;
            color: #475569;
            margin: 0;
        }
        
        .guarantee-banner {
            background: linear-gradient(135deg, #d4af37 0%, #b8860b 100%);
            padding: 25px;
            border-radius: 12px;
            margin: 40px 0;
            color: white;
            text-align: center;
        }
        
        .guarantee-banner h3 {
            font-size: 28px;
            margin-bottom: 15px;
            color: white;
            border: none;
        }
        
        .guarantee-banner p {
            font-size: 18px;
            margin-bottom: 0;
            color: white;
        }
        
        /* 响应式设计 */
        @media (max-width: 992px) {
            .slideBox > div {
                padding: 40px 30px;
            }
            
            .slideBox h2 {
                font-size: 32px;
            }
            
            .slideBox h3 {
                font-size: 24px;
            }
        }
        
        @media (max-width: 768px) {
            .slideBox > div {
                padding: 30px 20px;
            }
            
            .slideBox h2 {
                font-size: 28px;
            }
            
            .slideBox h3 {
                font-size: 22px;
            }
            
            .phone-number {
                font-size: 28px;
            }
            
            .service-highlight {
                flex-direction: column;
            }
        }
        
        @media (max-width: 576px) {
            .slideBox h2 {
                font-size: 24px;
            }
            
            .slideBox h3 {
                font-size: 20px;
            }
            
            .phone-number {
                font-size: 24px;
            }
            
            .contact-box {
                padding: 20px;
            }
            
            .contact-btn {
                padding: 12px 30px;
                font-size: 16px;
            }
            
            .slideBox p {
                font-size: 16px;
            }

 
 
 
 
 
 
 
 